projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c421aef
)
(cua--standard-movement-commands): Add forward-sentence and backward-sentence.
author
Kim F. Storm
<storm@cua.dk>
Tue, 25 Nov 2003 22:10:52 +0000
(22:10 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Tue, 25 Nov 2003 22:10:52 +0000
(22:10 +0000)
lisp/emulation/cua-base.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/cua-base.el
b/lisp/emulation/cua-base.el
index 71c1c847ee3bb9a4c27864595d46b0f2b0432ed4..67cfec617843cd5688aaaf669d5d14f90c6c1280 100644
(file)
--- a/
lisp/emulation/cua-base.el
+++ b/
lisp/emulation/cua-base.el
@@
-890,7
+890,9
@@
With a double \\[universal-argument] prefix argument, unconditionally set mark."
forward-word backward-word
end-of-line beginning-of-line
end-of-buffer beginning-of-buffer
- scroll-up scroll-down forward-paragraph backward-paragraph)
+ scroll-up scroll-down
+ forward-sentence backward-sentence
+ forward-paragraph backward-paragraph)
"List of standard movement commands.
Extra commands should be added to `cua-movement-commands'")